home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / game / cat.swf / scripts / DefineButton2_408 / BUTTONCONDACTION on(release).as < prev    next >
Encoding:
Text File  |  2003-03-01  |  236 b   |  10 lines

  1. on(release){
  2.    if(_root.pausem.money >= 800)
  3.    {
  4.       _root.pausem.money -= 800;
  5.       _root.yuanzhu = _root.yuanzhu + 1;
  6.       _root.pausem.yuanzhuy = _root.pausem.yuanzhuy + 1;
  7.       _root.pausem.jingzi.zui.play();
  8.    }
  9. }
  10.